func golang.org/x/net/http2.shouldRetryRequest
2 uses
golang.org/x/net/http2 (current package)
transport.go#L563: if req, err = shouldRetryRequest(req, err); err == nil {
transport.go#L610: func shouldRetryRequest(req *http.Request, err error) (*http.Request, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)